GN (Go Exception Not Handled) 

Syntax

[[thread]] GN

Parameter

thread

The thread to execute. This thread must have been stopped by an exception. See Process and Thread Syntax2LMXWU for information on the thread syntax.

 

Description

Continues execution of the given thread without marking the exception as having been handled. This allows the debuggee s exception handler to handle the exception. You can also use Go Unhandled from the Run menu to continue the exception.

Use the GH1340M_4 (Go Exception Handled) command to continue execution after marking the exception as having been handled.